Move main crate into repo root
authorFelix Krull <f_krull@gmx.de>
Sat, 20 Oct 2018 09:59:07 +0000 (11:59 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
commitced47cbb26df7332f6332ef5528883b08daa5b35
treeb4bfce48b14d2e269287a6882e010b6b4aaf1949
parenta16ea65e0f1fdb4d56fed160455c50809e9742b2
Move main crate into repo root
43 files changed:
rust-bindings/rust/Cargo.toml
rust-bindings/rust/conf/libostree.toml
rust-bindings/rust/libostree/Cargo.toml [deleted file]
rust-bindings/rust/libostree/src/auto/async_progress.rs [deleted file]
rust-bindings/rust/libostree/src/auto/collection_ref.rs [deleted file]
rust-bindings/rust/libostree/src/auto/constants.rs [deleted file]
rust-bindings/rust/libostree/src/auto/enums.rs [deleted file]
rust-bindings/rust/libostree/src/auto/flags.rs [deleted file]
rust-bindings/rust/libostree/src/auto/functions.rs [deleted file]
rust-bindings/rust/libostree/src/auto/gpg_verify_result.rs [deleted file]
rust-bindings/rust/libostree/src/auto/mod.rs [deleted file]
rust-bindings/rust/libostree/src/auto/mutable_tree.rs [deleted file]
rust-bindings/rust/libostree/src/auto/remote.rs [deleted file]
rust-bindings/rust/libostree/src/auto/repo.rs [deleted file]
rust-bindings/rust/libostree/src/auto/repo_commit_modifier.rs [deleted file]
rust-bindings/rust/libostree/src/auto/repo_dev_ino_cache.rs [deleted file]
rust-bindings/rust/libostree/src/auto/repo_file.rs [deleted file]
rust-bindings/rust/libostree/src/auto/repo_transaction_stats.rs [deleted file]
rust-bindings/rust/libostree/src/auto/se_policy.rs [deleted file]
rust-bindings/rust/libostree/src/lib.rs [deleted file]
rust-bindings/rust/libostree/src/object_name.rs [deleted file]
rust-bindings/rust/libostree/src/repo.rs [deleted file]
rust-bindings/rust/libostree/tests/roundtrip.rs [deleted file]
rust-bindings/rust/src/auto/async_progress.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/collection_ref.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/constants.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/enums.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/flags.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/functions.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/gpg_verify_result.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/mod.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/mutable_tree.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/remote.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/repo.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/repo_commit_modifier.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/repo_dev_ino_cache.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/repo_file.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/repo_transaction_stats.rs [new file with mode: 0644]
rust-bindings/rust/src/auto/se_policy.rs [new file with mode: 0644]
rust-bindings/rust/src/lib.rs [new file with mode: 0644]
rust-bindings/rust/src/object_name.rs [new file with mode: 0644]
rust-bindings/rust/src/repo.rs [new file with mode: 0644]
rust-bindings/rust/tests/roundtrip.rs [new file with mode: 0644]